Struct Consumer.OffsetCommitArgs
Namespace:RdKafka
Assembly:cs.temp.dll.dll
Syntax
public struct OffsetCommitArgs
Properties
Error
Declaration
public ErrorCode Error { get; set; }
Returns
Type | Description |
---|---|
ErrorCode |
Offsets
Declaration
public IList<TopicPartitionOffset> Offsets { get; set; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<TopicPartitionOffset> |